home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / QueryByExample / QBEPalette / Makefile < prev    next >
Encoding:
Makefile  |  1995-01-25  |  998 b   |  49 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = QBE
  11.  
  12. PROJECTVERSION = 1.1
  13. PROJECT_TYPE = Palette
  14. LANGUAGE = English
  15.  
  16. LOCAL_RESOURCES = QBE.nib
  17.  
  18. GLOBAL_RESOURCES = QBE.tiff SortOrderSetter.tiff palette.table
  19.  
  20. CLASSES = DictionaryDataSource.m QBE.m QBEPalette.m SortOrderSetter.m\
  21.           TableMagic.m
  22.  
  23. HFILES = DictionaryDataSource.h QBE.h QBEPalette.h SortOrderSetter.h\
  24.          TableMagic.h
  25.  
  26. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  27.  
  28.  
  29. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  30. MAKEFILE = palette.make
  31. INSTALLDIR = /NextDeveloper/Palettes
  32. INSTALLFLAGS = -c -s -m 755
  33. SOURCEMODE = 444
  34.  
  35. LIBS = 
  36. DEBUG_LIBS = $(LIBS)
  37. PROF_LIBS = $(LIBS)
  38.  
  39.  
  40.  
  41.  
  42. -include Makefile.preamble
  43.  
  44. include $(MAKEFILEDIR)/$(MAKEFILE)
  45.  
  46. -include Makefile.postamble
  47.  
  48. -include Makefile.dependencies
  49.